projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
037390b
)
Disable debug code
author
oliskoli
<oliskoli>
Wed, 28 Sep 2005 20:30:07 +0000
(20:30 +0000)
committer
oliskoli
<oliskoli>
Wed, 28 Sep 2005 20:30:07 +0000
(20:30 +0000)
pathaway.c
patch
|
blob
|
history
diff --git
a/pathaway.c
b/pathaway.c
index 909b3e25a4b0edc5ecbf173ddf533d4f83a5cbec..dfefb8f4a52548f72d71dadec2b560e5cf7c99fc 100644
(file)
--- a/
pathaway.c
+++ b/
pathaway.c
@@
-69,7
+69,7
@@
static arglist_t ppdb_args[] =
{0, 0, 0, 0, 0 }
};
-#
define PPDB_DEBUG 1
+#
undef PPDB_DEBUG
#if PPDB_DEBUG
static void
@@
-90,7
+90,7
@@
internal_debug2(const char *format, ... )
}
#define DBG internal_debug1(__FILE__, __LINE__);internal_debug2
#else
-#define DBG
#
;
+#define DBG ;
#endif